module Base
{
	

    item AmmoPouch
    {
        WeightReduction	=	90,
        ClothingItemExtra = AmmoPouch_Back,
        ClothingItemExtraOption = FannyPack_WearBack,
        clothingExtraSubmenu = FannyPack_WearFront,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	3,
        DisplayName	=	Ammo Pouch,
        Icon	=	AmmoPouch,
        BodyLocation = FannyPackFront,
        CanBeEquipped = FannyPackFront,
        RunSpeedModifier = 0.97,
        OnlyAcceptCategory = Ammo,

        ClothingItem = Bag_FannyPackFront,
    }

    item AmmoPouch_Back
    {
        WeightReduction	=	90,
        ClothingItemExtra = AmmoPouch,
        ClothingItemExtraOption = FannyPack_WearFront,
        clothingExtraSubmenu = FannyPack_WearBack,
        Weight	=	1,
        Type	=	Container,
        Capacity	=	3,
        DisplayName	=	Ammo Pouch (Back),
        Icon	=	AmmoPouch,
        BodyLocation = FannyPackBack,
        CanBeEquipped = FannyPackBack,
        RunSpeedModifier = 0.97,
        OnlyAcceptCategory = Ammo,

        ClothingItem = Bag_FannyPackBack,
    }

	recipe Make Ammo Pouch
    {
	LeatherStrips=3,
	Bag_FannyPackFront,
	Belt2,
	Thread=3, 
        DuctTape=3,
        keep Scissors,
        keep Needle,
        /*NeedToBeLearn:true,*/
        Result:AmmoPouch,
        Time:1200.0,
        Category:Survivalist,
      	SkillRequired:Tailoring=6,
    }

}

